home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / cool.lha / ice / pisces / touch / Imakefile < prev    next >
Encoding:
Makefile  |  1991-09-04  |  890 b   |  35 lines

  1. /*****************************************************************************
  2. //
  3. // Copyright (C) 1991 Texas Instruments Incorporated.
  4. //
  5. // Permission is granted to any individual or institution to use, copy, modify,
  6. // and distribute this software, provided that this complete copyright and
  7. // permission notice is maintained, intact, in all copies and supporting
  8. // documentation.
  9. //
  10. // Texas Instruments Incorporated provides this software "as is" without
  11. // express or implied warranty.
  12. //
  13.  *****************************************************************************
  14.  *
  15.  *    Filename: Imakefile
  16.  *    Module: pisces/touch
  17.  *    Purpose: Imakefile for touch
  18.  *    Creation Date: 10/15/90
  19.  *
  20.  *****************************************************************************/
  21.  
  22. LINKDEP =
  23. ALLCPLUSDEFS = 
  24.  
  25. HDRS = 
  26.  
  27. SRCS = touch.$(C)
  28.  
  29. OBJS = touch.$(OBJ)
  30.  
  31. All(touch)
  32. OptimizeCObject()
  33. CProgram(touch)
  34.  
  35.